home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 March / Disc 1 / APC0403D1.ISO / toolkit / files / mac / DragThing.dmg / DragThing.app / Contents / Info-macos.plist next >
Encoding:
Extensible Markup Language  |  2003-11-19  |  1.8 KB  |  72 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plist version="0.9">
  3. <dict>
  4.     <key>CFBundleDevelopmentRegion</key>
  5.     <string>English</string>
  6.     <key>CFBundleExecutable</key>
  7.     <string>DragThing</string>
  8.     <key>CFBundleIdentifier</key>
  9.     <string>uk.co.tla-systems.dragthing</string>
  10.     <key>CFBundleName</key>
  11.     <string>DragThing</string>
  12.     <key>CFBundlePackageType</key>
  13.     <string>APPL</string>
  14.     <key>CFBundleSignature</key>
  15.     <string>Dock</string>
  16.     <key>CFBundleIconFile</key>
  17.     <string>DragThing.icns</string>
  18.     <key>CFBundleVersion</key>
  19.     <string>5.0.1</string>
  20.     <key>CFBundleShortVersionString</key>
  21.     <string>5.0.1</string>
  22.     <key>CFBundleHelpBookFolder</key>
  23.     <string>DragThing Help</string>
  24.     <key>CFBundleHelpBookName</key>
  25.     <string>DragThing Help</string>
  26.     <key>NSHumanReadableCopyright</key>
  27.     <string>Copyright ┬⌐ 1994-2003, James Thomson, All Rights Reserved.</string>
  28.     <key>CSResourcesFileMapped</key>
  29.     <false/>
  30.     <key>LSRequiresCarbon</key>
  31.     <true/>
  32.     <key>NSAppleScriptEnabled</key>
  33.     <true/>
  34.     <key>CFBundleDocumentTypes</key>
  35.     <array>
  36.         <dict>
  37.             <key>CFBundleTypeOSTypes</key>
  38.             <array>
  39.                 <string>Docc</string>
  40.             </array>
  41.             <key>CFBundleTypeIconFile</key>
  42.             <string>Colours.icns</string>
  43.             <key>CFBundleTypeName</key>
  44.             <string>DragThing colour set</string>
  45.             <key>CFBundleTypeRole</key>
  46.             <string>Editor</string>
  47.         </dict>
  48.         <dict>
  49.             <key>CFBundleTypeOSTypes</key>
  50.             <array>
  51.                 <string>Doct</string>
  52.             </array>
  53.             <key>CFBundleTypeIconFile</key>
  54.             <string>Textures.icns</string>
  55.             <key>CFBundleTypeName</key>
  56.             <string>DragThing texture set</string>
  57.             <key>CFBundleTypeRole</key>
  58.             <string>Editor</string>
  59.         </dict>
  60.         <dict>
  61.             <key>CFBundleTypeOSTypes</key>
  62.             <array>
  63.                 <string>pref</string>
  64.             </array>
  65.             <key>CFBundleTypeName</key>
  66.             <string>DragThing settings</string>
  67.             <key>CFBundleTypeRole</key>
  68.             <string>Editor</string>
  69.         </dict>
  70.     </array>
  71. </dict>
  72. </plist>